/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{height:60px;background:#242584}
::-webkit-scrollbar-thumb:window-inactive{background:#242584}
::-webkit-scrollbar-thumb:vertical:hover{background:#242584}

@font-face {
  font-family: "Gilroy-L";
  src: url("../fonts/Gilroy/GILROY-LIGHT-11.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "Gilroy-R";
  src: url("../fonts/Gilroy/GILROY-REGULAR-3.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "Gilroy-B";
  src: url("../fonts/Gilroy/GILROY-BOLD-4.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}

@font-face {
  font-family: "阿里巴巴普惠体-R";
  src: url("../fonts/Alibaba/阿里巴巴普惠体-REGULAR.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "阿里巴巴普惠体-M";
  src: url("../fonts/Alibaba/阿里巴巴普惠体-MEDIUM.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "阿里巴巴普惠体-B";
  src: url("../fonts/Alibaba/阿里巴巴普惠体-BOLD.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}

body{
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	min-width:320px;
	font-size:14px;
	color: #333;
	word-break: break-word;
	font-family: '微软雅黑','Gilroy-R',Arial;
}
a {text-decoration: none;}
a:hover {color: #242584;}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
	border: none;
	outline: none;
}
.swiper-button {
	display: flex;
	align-items: center;
}
.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
	position: static;
	width: 30px;
	height: 30px;
	color: #333;
	border: 1px #333 solid;
	border-radius: 100%;
	margin: 0;
}
.swiper-button .swiper-button-next {
	margin-left: 16px;
}
.swiper-button .swiper-button-next::after,
.swiper-button .swiper-button-prev::after {
	font-size: 12px;
}
.swiper-button .swiper-button-next:hover,
.swiper-button .swiper-button-prev:hover {
	color: #242584;
	border-color: #242584;
}

.fp-watermark {
	display: none;
}
.wrapper {
	min-height: 70vh;
}
.wrapper-main {
	padding: 50px 0;
}
.index-main {
	position: relative;
	overflow: hidden;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.ellipsis {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.clamp2 {
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row>* {
	padding: 0 15px;
	margin-bottom: 30px;
}
.list a {
	display: block;
	color: #333;
}
.list .h2 {
	font-size: 18px;
	margin: 15px 0 0;
}
.InfoContent {
	color: #666;
	line-height: 2;
}
.InfoContent .table {
	width:100%;
	max-width:100%;
	margin: 0;
}
.InfoContent p {
	margin: 0;
}
.InfoContent h2 {
	font-size: 20px;
	color: #333;
	margin: 0 0 15px;
}
.InfoContent h4 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #242584;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.InfoContent h5 {
	font-size:16px;
	color:#333;
	font-weight:bold;
    margin-bottom: 10px;
	display: flex;
    align-items: center;
}
.InfoContent h5:before {
	content:"";
	width: 4px;
    height: 14px;
    background: #242584;
    border-radius: 1px;
	flex:0 0 auto;
	margin-right:6px;
}
.InfoContent img {
	display: inline-block;
	max-width: 100%;
}

.title {
	margin-bottom: 30px;
}
.title .h2 {
	font-size: 16px;
	margin: 0;
}
.title .p {
	font-size: 24px;
	margin-top: 5px;
}

.title-more-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.title-more-box > .title {
	margin-bottom: 0;
}
.title .cn {
	font-size: 24px;
	color: #000;
	line-height: 1;
}
.title .en {
	font-size: 14px;
	color: #666;
	font-family: 'Arial';
	margin-top: 5px;
}

.pagination {
	flex-flow: row wrap;
	align-items: center;
	margin: 30px -5px 0;
	font-size: 16px;
	font-family: 'Gilroy-B';
}
.page-item {
	margin-top: 10px;
	padding: 0 5px;
}
.page-link {
	color: #666;
	border: none;
	background-color: transparent;
}
.page-item.active .page-link,
.page-item .page-link:hover,
.page-item .page-link:focus {
	background-color: transparent;
	color: #242584;
	box-shadow: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 50%;
	border: 1px #333 solid;
	width: 36px;
	height: 36px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: .5;
}
.page-prev,
.page-next {
	font-size: 0;
}
.page-prev {
	margin-right: 15px;
}
.page-next {
	margin-left: 15px;
}
.page-prev .page-link::before,
.page-next .page-link::before {
	content: "";
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page-prev .page-link::before {
	border-left: 2px #333 solid;
	border-bottom: 2px #333 solid;
	margin-left: 4px;
}
.page-next .page-link::before {
	border-top: 2px #333 solid;
	border-right: 2px #333 solid;
	margin-right: 4px;
}
.page-prev .page-link:hover::before,
.page-next .page-link:hover::before {
	border-color: #242584;
}
.page-prev .page-link:hover,
.page-next .page-link:hover {
	opacity: 1;
	border-color: #242584;
}

.breadcrumb {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-bottom: 20px;
}
.wrapper-main .container>.breadcrumb {
	margin-top: -30px;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	padding: 0;
	margin-right: .5rem;
	margin-top: 9px;
	width: 6px;
	height: 6px;
	border-top: 2px #999 solid;
	border-right: 2px #999 solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb-item img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.breadcrumb-item a {
	display: inline-block;
	color: #999;
}
.breadcrumb-item a:hover,
.breadcrumb-item.active {
	color: #242584;
}

.InfoTitle {
	margin-bottom: 30px;
}
.InfoTitle .h2 {
	font-size: 20px;
	margin: 0;
}
.InfoTitle .date {
	font-size: 14px;
	color: #999;
	font-family: 'Gilroy-R';
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.InfoTitle .date span {
	padding: 0 10px;
}
.InfoTitle .date img {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.InfoTitle.border-bottom {
	padding-bottom: 20px;
}

.go-back {
	flex: 0 0 auto;
	margin-left: 20px;
}
.go-back a {
	display: block;
	width: 35px;
	height: 35px;
	border: 1px #666 solid;
	border-radius: 100%;
	background-image: url(../images/icon/goback.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	opacity: .3;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.go-back a:hover {
	border-color: #002069;
	background-image: url(../images/icon/goback1.svg);
	opacity: 1;
}

.InfoTitle-box {
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.InfoTitle-box .InfoTitle {
	margin-bottom: 0;
}

.info-prev-next {
	font-size: 16px;
	margin-top: 40px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.info-prev-next.border-top {
	padding-top: 20px;
}
.info-prev-next a {
	display: inline-block;
	color: #333;
	margin-top: 5px;
}
.info-prev-next span {
	display: inline-block;
	color: #999;
	margin-top: 5px;
}
.info-prev-next a:hover {
	color: #242584;
}

.submenu-swiper {
	margin-bottom: 30px;
}
.submenu-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.submenu-nav .nav-item {
	width: auto;
}
.submenu-nav .nav-link {
	color: #333;
}
.submenu-nav .active .nav-link {
	background-color: #242584;
	color: #fff!important;
}
.submenu-nav .nav-link:hover {
	color: #242584;
}

.imgs-swiper .swiper-button-next,
.imgs-swiper .swiper-button-prev {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.imgs-swiper .swiper-button-next:after,
.imgs-swiper .swiper-button-prev:after {
	font-size: 16px;
	color: #242584;
	font-weight: 700;
}

@media (max-width:575px) {
	
}
@media (min-width:576px) and (max-width:767px) {
	.container {
		max-width: none;
	}
}
@media (max-width:767px) {
	.pc-show {
		display: none!important;
	}
	
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}
}
@media (min-width:768px) {
	.swiper-button .swiper-button-next,
	.swiper-button .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
	.wrapper-main {
		padding: 70px 0;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.min-show {
		display: none!important;
	}
	.InfoContent {
		font-size: 16px;
	}
	.InfoContent h4,
	.InfoContent h5	{
		font-size: 18px;
	}
	.InfoContent h5:before {
		height:18px;
	}
	
	.layout-info {
		display: flex;
	}
	.layout-left {
		flex: 0 0 auto;
		width: 240px;
		margin-right: 30px;
	}
	.layout-right {
		width: 100%;
		overflow: hidden;
	}
	.submenu-swiper {
		position: sticky;
		top: 100px;
	}
	.submenu-nav {
		flex-direction: column;
	}
	.submenu-nav .nav-item + .nav-item {
		margin-top: 15px;
	}
	.submenu-nav .nav-link {
		font-size: 16px;
		padding: 15px;
	}
	
	.title-more-box,
	.title {
		margin-bottom: 50px;
	}
	.title .h2 {
		font-size: 18px;
	}
	.title .p {
		font-size: 36px;
	}
	.title .cn {
		font-size: 32px;
	}
	.title .en {
		font-size: 16px;
	}
	
	.page-item:first-child .page-link,
	.page-item:last-child .page-link {
		width: 50px;
		height: 50px;
	}
	.breadcrumb {
		font-size: 16px;
	}
	.wrapper-main .container>.breadcrumb {
		margin-top: -40px;
		margin-bottom: 30px;
	}
	
	.InfoTitle {
		margin-bottom: 50px;
	}
	.InfoTitle .h2 {
		font-size: 24px;
	}
	.InfoTitle .date {
		font-size: 16px;
	}
	.InfoTitle.border-bottom {
		padding-bottom: 30px;
	}
	
	.InfoTitle-box {
	    margin-bottom: 30px;
	    padding-bottom: 20px;
	}
	
	.info-prev-next {
		font-size: 18px;
		margin-top: 60px;
	}
	.info-prev-next.border-top {
		padding-top: 30px;
	}
}
@media (min-width:1200px) {
	.swiper-button .swiper-button-next,
	.swiper-button .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	.swiper-button .swiper-button-next::after,
	.swiper-button .swiper-button-prev::after {
		font-size: 14px;
	}
	
	.go-back a {
		width: 50px;
		height: 50px;
		background-size: 20px;
	}
}
@media (min-width:1400px) {
	.wrapper-main {
		padding: 100px 0;
	}
	.list .h2 {
		font-size: 20px;
	}
	
	.title-more-box,
	.title {
		margin-bottom: 70px;
	}
	.title .h2 {
		font-size: 20px;
	}
	.title .p {
		font-size: 42px;
	}
	.title .cn {
		font-size: 40px;
	}
	.title .en {
		font-size: 18px;
	}
	
	.wrapper-main .container>.breadcrumb {
		margin-top: -60px;
		margin-bottom: 50px;
	}
	
	.InfoTitle .h2 {
		font-size: 30px;
	}
	.InfoTitle .date {
		font-size: 18px;
	}
	
	.layout-left {
		width: 300px;
		margin-right: 50px;
	}
	.submenu-swiper {
		top: 130px;
	}
	.submenu-nav .nav-link {
		font-size: 18px;
	}
}
@media (min-width:1600px) {
	.container {
		width: 90%;
		max-width: 1600px;
	}
}

/* header */
.header .navbar {
	padding: 0;
	background-color: transparent!important;
	border-bottom: 1px rgba(255,255,255,.2) solid;
}
.header .navbar-brand {
	padding: 10px 0;
}
.navbar-brand .navbar-brand-item {
	display: block;
	height: 30px;
}
.navbar-brand .logo-blue {
	display: none;
}
.header .nav-item {
	position: relative;
}
.header .nav-link {
	color: #fff;
	padding: 10px 0;
}
.header .nav-link::after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .active .nav-link::after,
.header .nav-link:hover::after {
	width: 100%;
}
.header .navbar-toggler {
	padding: 0;
	border: none;
	width: 30px;
	height: 30px;
}
.header .navbar-toggler:focus {
	box-shadow: none;
}
.header .navbar-toggler .icon-bar {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .navbar-toggler .icon-bar+.icon-bar {
	margin-top: 6px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 4px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -4px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(2) {
	display: none;
}

.top-search-btn img {
	display: block;
	width: 24px;
}
.top-search-btn .icon-blue {
	display: none;
}
.top-search-form {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #f6f6f6;
	padding: 30px 15px;
	top: 100%;
	display: none;
}
.top-search-form.active {
	display: block;
}
.top-search-form form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	padding-right: 50px;
}
.top-search-form input {
	display: block;
	height: 50px;
	width: 100%;
	background-color: #fff;
	border: none;
	outline: none;
	padding: 12px;
}
.top-search-form .btn {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: url(../images/icon/icon-1.png) no-repeat center #242584;
	background-size: 24px;
	padding: 0;
	border: none;
	border-radius: 0;
}

.header-effect .navbar,
.header-effect1 .navbar {
	background-color: #fff!important;
	box-shadow: 0 2px 4px rgba(0,0,0,.05);
	border-bottom-color: #ddd;
}
.header-effect .nav-link,
.header-effect1 .nav-link {
	color: #333;
}
.header-effect .nav-link::after,
.header-effect .navbar-toggler .icon-bar,
.header-effect1 .nav-link::after,
.header-effect1 .navbar-toggler .icon-bar {
	background-color: #242584;
}
.header-effect .navbar-brand .logo-blue,
.header-effect .top-search-btn .icon-blue,
.header-effect1 .navbar-brand .logo-blue,
.header-effect1 .top-search-btn .icon-blue {
	display: block;
}
.header-effect .navbar-brand .logo-white,
.header-effect .top-search-btn .icon-white,
.header-effect1 .navbar-brand .logo-white,
.header-effect1 .top-search-btn .icon-white {
	display: none;
}

@media (max-width:991px) {
	.header .container {
		position: relative;
	}
	.top-search-btn {
		position: absolute;
		right: 60px;
		top: 23px;
	}
}
@media (max-width:767px) {
	.top-search-btn {
		top: 13px;
	}
}
@media (min-width:768px) {
	.navbar-brand .navbar-brand-item {
		height: 50px;
	}
	.header .nav-link {
		font-size: 16px;
		line-height: 30px;
	}
	.top-search-form {
		padding: 50px;
	}
}
@media (min-width:992px) {
	.header .navbar-expand-lg .navbar-nav .nav-link {
		padding: 0;
	}
	.header .nav-item+.nav-item,
	.top-search-btn {
		margin-left: 30px;
	}
	.header .nav-item {
		padding: 25px 0;
	}
}
@media (min-width:1200px) {
	.header .nav-item+.nav-item,
	.top-search-btn {
		margin-left: 50px;
	}
}
@media (min-width:1400px) {
	.navbar-brand .navbar-brand-item {
		height: 60px;
	}
	.header .nav-item+.nav-item,
	.top-search-btn {
		margin-left: 70px;
	}
	.header .nav-item {
		padding: 35px 0;
	}
	.header .nav-link {
		font-size: 18px;
	}
}
@media (min-width:1600px) {
	.navbar-brand .navbar-brand-item {
		height: 70px;
	}
}

/* footer */
.footer {
	background-color: #1f1f1f;
	color: #fff;
	padding: 30px 0 20px;
	overflow: hidden;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .support {
	display: inline-block;
	height: 14px;
}
.footer .item {
	position: relative;
}
.footer .item+.item {
	padding-top: 25px;
	margin-top: 30px;
}
.footer .item+.item::after {
	content: "";
	background-color: rgba(255,255,255,.2);
	height: 1px;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
}
.copyright {
	opacity: .7;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.copyright span {
	padding: 0 15px;
}

.foot-top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -10px;
}
.foot-logo {
	display: block;
	padding: 0;
}
.foot-nav {
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
	flex-flow: row wrap;
	min-width: 65%;
}
.foot-nav .nav-link {
	font-size: 16px;
	padding: 0;
	margin: 10px 20px;
}

.foot-contact {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -15px;
	text-align: center;
}
.foot-contact .column {
	padding: 0 15px;
	margin-bottom: 15px;
	max-width: 470px;
}
.foot-contact .icon img {
	display: block;
	width: 48px;
	margin: 0 auto 15px;
}
.foot-contact span {
	display: block;
	font-size: 16px;
}
.foot-contact p {
	font-size: 18px;
	font-family: 'Gilroy-B';
	margin: 0;
}

@media (max-width:575px) {
	.foot-contact {
		justify-content: center;
	}
}
@media (min-width:768px) {
	.footer {
		padding: 60px 0 40px;
	}
	.footer .item+.item {
		padding-top: 45px;
		margin-top: 60px;
	}
	.copyright {
		font-size: 16px;
	}
	.copyright .support {
		height: 16px;
	}
	
	.foot-nav {
		justify-content: space-between;
	}
	.foot-nav .nav-link {
		font-size: 20px;
	}
	
	.foot-contact .icon img {
		width: 64px;
		margin-bottom: 25px;
	}
	.foot-contact span {
		font-size: 18px;
	}
	.foot-contact p {
		font-size: 20px;
	}
}

/* banner */
.banner {
	height: 100vh;
}
.banner .swiper {
	width: 100%;
	height: 100%;
}
.banner-bg,
.banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.banner-text h2 {
	font-size: 24px;
	font-family: '阿里巴巴普惠体-R';
	margin: 0;
}
.banner-text a {
	width: 42px;
	height: 42px;
	background-color: #242584;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.banner-text a img {
	display: block;
	width: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.banner-text a:hover img {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.banner-text h2,
.banner-text a {
	opacity: 0;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.banner .swiper-slide-active .banner-text h2,
.banner .swiper-slide-active .banner-text a {
	opacity: 1;
	-webkit-transform: none!important;
	transform: none!important;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.banner .swiper-slide-active .banner-text h2.fw-bold {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}
.banner .swiper-slide-active .banner-text a {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.swiper-pagination-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5.154639%;
}
.swiper-pagination-button .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.swiper-pagination-button .swiper-button .swiper-button-next,
.swiper-pagination-button .swiper-button .swiper-button-prev {
	color: #fff;
	border-color: #fff;
}
.banner .swiper-pagination {
	position: static;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Gilroy-R';
	font-size: 16px;
}
.banner .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	opacity: .6;
	margin: 0!important;
}
.banner .swiper-pagination-bullet::after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	display: block;
	margin-left: 6px;
	margin-right: 14px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.banner .swiper-pagination-bullet:last-child::after {
	margin-right: 0!important;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-pagination-bullet-active::after {
	width: 30px;
}

.downTip {
    width: 18px;
    height: 28px;
    background-image: url(../images/icon/icon-14.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: iconMove 0.8s linear infinite alternate;
    -webkit-animation: iconMove 0.8s linear infinite alternate;
    cursor: pointer;
    z-index: 2;
}
@keyframes iconMove {
    from {transform: translateY(-10px);opacity: 1;}
    to {transform: translateY(10px);opacity: 0.5;}
}
@-webkit-keyframes iconMove{
    from {transform: translateY(-10px);opacity: 1;}
   to {transform: translateY(10px);opacity: 0.5;}
}

@media (min-width:768px) {
	.banner .swiper-pagination-bullet::after {
		margin-right: 24px;
	}
	.banner .swiper-pagination-bullet-active::after {
		width: 44px;
	}
	.downTip {
		width: 24px;
		height: 38px;
	}
	
	.banner-text a {
		width: 54px;
		height: 54px;
		margin-top: 70px;
	}
	.banner-text a img {
		width: 14px;
	}
	.banner-text h2 {
		font-size: 36px;
	}
}
@media (min-width:1400px) {
	.banner-text a {
		width: 66px;
		height: 66px;
		margin-top: 70px;
	}
	.banner-text h2 {
		font-size: 48px;
	}
} 
@media (min-width:1600px) {
	.banner-text h2 {
		font-size: 56px;
	}
}

/* 首页 - 产品 */
.index-product-main .container {
	padding-right: 0;
}
.index-product {
	position: relative;
}
.index-product .swiper-button {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: calc(50% - 72px);
	width: 48px;
	height: 48px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.07);
	border-radius: 100%;
	justify-content: space-between;
	padding: 10px;
}
.index-product .swiper-button .swiper-button-prev,
.index-product .swiper-button .swiper-button-next {
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
}
.index-product .swiper-button .swiper-button-next {
	margin-left: 5px;
}
.index-product a {
	display: block;
	color: #000;
}
.index-product .img {
	background-color: #f8f8f8;
	padding: 30px;
	margin-bottom: 45px;
}
.index-product .img img {
	max-width: 440px;
	margin: 0 auto;
}
.index-product .h2 {
	font-size: 18px;
	margin: 0;
}
.index-product .p {
	font-size: 14px;
	color: #666;
	margin: 10px 0 0;
}
.index-product span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.index-product span::after {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url(../images/icon/icon-13-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 12px;
}
.index-product .text {
	overflow: hidden;
}
.index-product a:hover .h2,
.index-product a:hover span {
	color: #242584;
}
.index-product a:hover span::after {
	background-image: url(../images/icon/icon-13-2.png);
}

@media (min-width:576px) {
	.index-product .info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.index-product span {
		flex: 0 0 auto;
		margin-left: 15px;
		margin-top: 0;
	}
}
@media (min-width:768px) {
	.index-product-main .container {
		width: 100%;
		max-width: none;
		padding-left: 8.333333%;
	}
	.index-product .swiper-button {
		right: 9.333333%;
		top: calc(50% - 86px);
		width: 60px;
		height: 60px;
		padding: 15px;
	}
	.index-product .h2 {
		font-size: 22px;
	}
	.index-product .p,
	.index-product span {
		font-size: 16px;
	}
}
@media (min-width:1200px) {
	.index-product .swiper-button {
		top: calc(50% - 92px);
		width: 72px;
		height: 72px;
	}
}
@media (min-width:1400px) {	
	.index-product .h2 {
		font-size: 26px;
	}
	.index-product .p,
	.index-product span {
		font-size: 18px;
	}
}

/* 首页 - 应用领域 */
.index-solution-main .container {
	min-height: calc(90vh - 150px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index-solution-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.index-solution-bg .bg {
	position: absolute;
	background-attachment: fixed;
	opacity: 0;
}
.index-solution-bg .bg.active {
	opacity: 1;
}
.index-solution-info .inner {
	max-width: 600px;
}
.index-solution-info .InfoContent {
	color: #fff;
}
.index-solution-info .h2 {
	font-size: 20px;
	margin: 0 0 20px;
}

.index-solution-menu {
	margin-top: 50px;
}
.index-solution-menu a {
	display: block;
	text-align: center;
	color: #fff;
}
.index-solution-menu .h2 {
	font-size: 16px;
	margin: 10px 0 0;
}
.index-solution-menu .icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-solution-menu .icon::before,
.index-solution-menu .icon::after {
	content: "";
	width: 50%;
	height: 1px;
	background-color: rgba(255,255,255,.2);
	display: inline-block;
}
.index-solution-menu .swiper-slide:first-child .icon::before,
.index-solution-menu .swiper-slide:last-child .icon::after {
	background-color: transparent;
}
.index-solution-menu .icon i {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	flex: 0 0 auto;
}
.index-solution-menu .icon i::after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #242584;
	display: block;	
	opacity: .9;
}
.index-solution-menu .swiper-slide-thumb-active .icon i {
	background-color: rgba(255,255,255,.6);
	border-radius: 100%;
}

.index-about-en {
	font-size: 54px;
	white-space: nowrap;
	color: transparent;
	font-family: 'Gilroy-B';
	text-transform: uppercase;
	-webkit-text-stroke: 1px #c6c6c6;
	line-height: 1;
	position: absolute;
	right: -5px;
	top: 50px;
}

.index-solution-menu .swiper-button {
	margin-top: 20px;
	justify-content: center;
}
.index-solution-menu .swiper-button .swiper-button-next,
.index-solution-menu .swiper-button .swiper-button-prev {
	color: #fff;
	border-color: #fff;
}

@media (min-width:768px) {
	.index-solution-main .container {
		min-height: calc(80vh - 210px);
	}
	.index-solution-info .h2 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	
	.index-solution-menu {
		margin-top: 70px;
	}
	.index-solution-menu .h2 {
		font-size: 18px;
	}
	
	.index-about-en {
		font-size: 80px;
		top: 65px;
	}
}
@media (min-width:992px) {
	.index-solution-main .container {
		min-height: calc(100vh - 220px);
	}
}
@media (min-width:1400px) {
	.index-solution-main .container {
		min-height: calc(100vh - 300px);
	}
	.index-solution-info .h2 {
		font-size: 36px;
	}
	
	.index-solution-menu {
		margin-top: 90px;
	}
	.index-solution-menu .h2 {
		font-size: 20px;
	}
	
	.index-about-en {
		font-size: 120px;
		top: 85px;
	}
}

/* 首页 - 关于我们 */
.index-about {
	margin-left: 0;
	margin-right: 0;
}
.index-about .column {
	padding: 0;
}
.index-about .slogan {
	font-size: 16px;
	color: #999;
	font-family: 'Gilroy-R';
	margin-bottom: 30px;
}
.index-about .more {
	display: flex;
}
.index-about .more a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}
.index-about .more a::after {
	content: "";
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: url(../images/icon/icon-13.png) #242584 no-repeat center;
	background-size: 14px;
	display: inline-block;
	margin-left: -5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index-about .more span {
	display: inline-block;
	border-bottom: 1px rgba(10,56,119,.2) solid;
	padding-bottom: 5px;
	padding-right: 50px;
}
.index-about .more a:hover {
	color: #242584;
}
.index-about .more a:hover span {
	border-color: #242584;
}
.index-about .more a:hover::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index-about .InfoContent p + p {
	margin-top: 18px;
}
.index-about-img {
	position: relative;
	padding-bottom: 30px;
	padding-right: 50px;
}
.index-about-img .name {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	background: url(../images/icon/icon-15.png) no-repeat center;
	background-size: 6px;
}
.index-about-img .name img {
	display: block;
	width: 100%;
	-webkit-animation: rotate 10s linear infinite;
	animation: rotate 10s linear infinite;
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (min-width:768px) {
	.index-about .slogan {
		margin-bottom: 50px;
	}
	.index-about .more a {
		font-size: 16px;
		margin-top: 50px;
	}
	.index-about .more a::after {
		width: 58px;
		height: 58px;
	}
	.index-about-img {
		padding-right: 80px;
		padding-bottom: 40px;
	}
	.index-about-img .name {
		width: 120px;
		height: 120px;
	}
}
@media (min-width:992px) {
	.index-about .index-about-right {
		padding-left: 3.125%;
	}
	.index-about .slogan {
		margin-bottom: 70px;
	}	
	.index-about .InfoContent {
		max-height: 280px;
		overflow-y: auto;
	}
	.index-about .more a {
		margin-top: 30px;
	}
	.index-about .InfoContent::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
}
@media (min-width:1200px) {
	.index-about .InfoContent {
		max-height: 320px;
	}
}
@media (min-width:1400px) {
	.index-about .index-about-left {
		padding-right: 3.125%;
	}
	.index-about .index-about-right {
		padding-left: 6.25%;
	}
	.index-about .slogan {
		margin-bottom: 90px;
	}
	.index-about .more a {
		font-size: 18px;
		margin-top: 50px;
	}
	.index-about .more a::after {
		width: 70px;
		height: 70px;
	}
	.index-about-img {
		padding-right: 110px;
		padding-bottom: 50px;
	}
	.index-about-img .name {
		width: 150px;
		height: 150px;
	}
}
@media (min-width:1600px) {
	.index-about .more a {
		margin-top: 70px;
	}
	.index-about .InfoContent {
		max-height: 380px;
	}
}

/* 内页 - 产品 */
.product-list {
	margin: 0;
}
.product-list .column {
	padding: 0;
	margin: 0;
}
.product-list a {
	display: block;
	color: #333;
	text-align: center;
	padding: 30px;
	border: 1px #eee solid;
	height: 100%;
}
.product-list .h2 {
	font-size: 16px;
	margin: 30px 0 5px;
}
.product-list .more {
	display: block;
}
.product-list .more::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px #242584 solid;
	border-right: 1px #242584 solid;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
}
.product-list .img img {
	max-width: 200px;
	margin: 0 auto;
}
.product-list a:hover {
	color: #242584;
}
.product-list a:hover .img img {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.details-top {
	align-items: center;
	overflow: hidden;
}
.details-top .img {
	background-color: #f8f8f8;
	padding: 30px;
}
.details-top .img img {
	max-width: 440px;
	margin: 0 auto;
}
.details-top .InfoTitle {
	margin-bottom: 30px;
}
.details-top .swiper-button-next,
.details-top .swiper-button-prev {
	color: #242584;
}
.details-top .swiper-button-next::after,
.details-top .swiper-button-prev::after {
	font-size: 36px;
}

.more-box {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
}
.more-box a {
	width: 130px;
	height: 40px;
	background-color: #f1f1f1;
	border-radius: 50px;
	font-size: 14px;
	color: #333;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
}
.more-box a.border {
	background-color: transparent;
	border-color: #999!important;
}
.more-box a.border.text-white {
	border-color: #fff!important;
}
.more-box a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.more-box a.border.text-white::after {
	border-color: #fff;
}
.more-box a:hover {
	background-color: #242584;
	color: #fff;
}
.more-box a:hover::after {
	border-color: #fff;
	margin-left: 20px;
}
.more-box a.border:hover {
	border-color: #242584!important;
}

.details-tab {
	padding-bottom: 10px;
	margin-bottom: 30px;
	flex-flow: nowrap;
}
.details-tab .swiper-slide {
	width: auto;
}
.details-tab .nav-link {
	padding: 0;
	font-size: 16px;
	color: #666;
}
.details-tab .nav-link.active {
	color: #242584;
}

.download-list .inner {
	display: flex;
	justify-content: space-between;
}
.download-list a {
	flex: 0 0 auto;
	width: 80px;
	border-left: 1px #dee2e6 solid;
	font-size: 16px;
	color: #242584;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.download-list a i {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon/icon-17.png) no-repeat center;
	background-size: contain;
}
.download-list a span {
	display: block;
	margin-top: 5px;
}
.download-list a:hover {
	background-color: #242584;
	color: #fff;
}
.download-list a:hover i {
	background-image: url(../images/icon/icon-17-1.png);
}
.download-list .text {
	padding: 30px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.download-list .icon {
	flex: 0 0 auto;
	width: 40px;
	margin-right: 15px;
}
.download-list .icon img {
	display: block;
	width: 100%;
}
.download-list .h2 {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.search-tips {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.search-tips span {
	color: #d92628;
	font-size: 24px;
}
.search {
	margin-bottom: 30px;
}
.search form {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.search form input {
	display: block;
	width: 100%;
	height: 42px;
	border: 1px #d6d6d6 solid;
	border-radius: 4px;
	padding: 6px 42px 6px 12px;
	outline: none;
}
.search form .btn {
	width: 42px;
	height: 42px;
	background: url(../images/icon/icon-1-1.png) no-repeat center;
	background-size: 24px;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
	outline: none!important;
}

@media (min-width:768px) {
	.product-list .h2 {
		font-size: 18px;
	}
	
	.more-box a {
		width: 150px;
		height: 46px;
		font-size: 16px;
	}
	
	.details-bottom {
		margin-top: 15px;
	}
	.details-tab {
		padding-bottom: 20px;
	}
	.details-tab .nav-link {
		font-size: 20px;
	}
	
	.download-list .icon {
		width: 50px;
		margin-right: 30px;
	}
	.download-list .h2 {
		font-size: 18px;
	}
	.download-list a {
		width: 100px;
	}
	
	.search-tips {
		font-size: 22px;
	}
	.search-tips span {
		font-size: 32px;
	}
}
@media (min-width:1400px) {
	.product-list a {
		padding: 50px;
	}
	.product-list .h2 {
		font-size: 20px;
	}
	
	.details-top,
	.download-list {
		margin-left: -40px;
		margin-right: -40px;
	}
	.details-top .column,
	.download-list .column {
		padding: 0 40px;
	}
	
	.more-box {
		margin-top: 50px;
	}
	.more-box a {
		width: 170px;
		height: 52px;
	}
	
	.details-bottom {
		margin-top: 30px;
	}
	.details-tab {
		margin-bottom: 50px;
	}
	.details-tab .nav-link {
		font-size: 24px;
	}
	
	.download-list .icon {
		width: 60px;
	}
	.download-list .h2 {
		font-size: 20px;
	}
	.download-list a {
		width: 120px;
	}
}

/* 内页 - 解决方案 */
.solution-list a {
	display: block;
	text-align: center;
	color: #999;
	padding: 5px;
}
.solution-list .img i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(10,56,119,.2);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.solution-list .img i::before,
.solution-list .img i::after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.solution-list .img i::before {
	width: 0;
	height: 2px;
}
.solution-list .img i::after {
	width: 2px;
	height: 0;
}
.solution-list a:hover .img i::before {
	width: 30px;
}
.solution-list a:hover .img i::after {
	height: 30px;
}
.solution-list .h2 {
	font-size: 18px;
	margin: 0;
	position: relative;
	padding: 30px 0 20px;
}
.solution-list .h2::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #999;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.solution-list .p {
	margin-top: 10px;
	color: #999;
	line-height: 1.71428571;
}
.solution-list a:hover .h2::after {
	width: 0;
}
.solution-list a:hover {
	color: #242584;
}
.solution-list a:hover .img i {
	opacity: 1;
}

@media (min-width:768px) {
	.solution-list .h2 {
		font-size: 18px;
	}
}
@media (min-width:1400px) {
	.solution-list .h2 {
		font-size: 20px;
	}
	.solution-list .p {
		font-size: 16px;
	}
}

/* 内页 - 新闻 */
.news-list a {
	display: block;
	color: #333;
	background-color: #f8f8f8;
	padding: 15px;
}
.news-list .h2 {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	margin: 0 0 20px;
}
.date-img {
	position: relative;
}
.news-list .date {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	color: #999;
	text-align: center;
	line-height: 1;
}
.news-list .date .day {
	display: block;
	font-size: 24px;
	font-family: 'Gilroy-B';
}
.news-list .date .year {
	display: block;
	font-size: 12px;
	font-family: 'Gilroy-R';
}
.news-list .p {
	color: #999;
	line-height: 2;
	margin-top: 20px;
}
.news-list .more {
	display: block;
	color: #242584;
	margin-top: 30px;
}
.news-list a:hover {
	color: #242584;
}
.news-list a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width:768px) {
	.news-list a {
		padding: 30px;
	}
	.news-list .h2 {
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.news-list .p {
		font-size: 16px;
	}
}
@media (min-width:1400px) {
	.news-list .h2 {
		font-size: 24px;
		line-height: 36px;
		height: 72px;
	}
	.news-list .date {
		padding: 15px;
	}
	.news-list .date .day {
		font-size: 30px;
	}
	.news-list .date .year {
		font-size: 14px;
	}
}

/* 内页 - 联系 */
#dituContent {
	width: 100%;
	height: 320px;
}
.contact-info {
	background-color: #fff;
	padding: 30px 30px 0;
}
.contact-info .row {
	margin: 0;
}
.contact-info .column {
	padding: 0;
	text-align: center;
}
.contact-info .icon.border-bottom {
	padding-bottom: 30px;
}
.contact-info .icon img {
	display: block;
	width: 40px;
	margin: 0 auto;
}
.contact-info span {
	display: block;
	font-size: 16px;
	margin-top: 20px;
	padding: 0 5px;
}
.contact-info p {
	font-size: 24px;
	font-family: 'Gilroy-R';
	padding: 0 5px;
}
.contact-info a {
	color: #333;
}
.contact-info a:hover {
	color: #242584;
}

.BMap_bubble_title {
	white-space: normal!important;
}

.message-form .row {
	margin-left:-20px;
	margin-right:-20px;
}
.message-form .column {
	padding-left:20px;
	padding-right:20px;
	margin-bottom: 40px;
}
.message-form .inner {
	position: relative;
}
.message-form label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	color: #999;
	font-size: 16px;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.message-form label.incorrect,
.message-form .input_filled.error label {
	display: none;
}
.message-form .input_filled.error label.incorrect {
	display: block;
}
.message-form .input_filled label {
	font-size: 14px;
	height: auto;
	line-height: 20px;
	-webkit-transform: translate3d(0,-120%,0);
	transform: translate3d(0,-120%,0);
	padding: 0;
}
.message-form .error label {
	color: #f00;
}
.message-form .form-control {
	display: block;
	font-size: 16px;
	height: 48px;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	padding: 15px;
}
.message-form .error .valid_message {
	font-size: 12px;
	line-height: 20px;
	color: #f00;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	display: none;
}
.message-form textarea.form-control {
	height: 160px;
}
.message-form .img-code-input {
	display: flex;
	align-items: center;
}
.message-form .img-code-input .inner {
	width: 100%;
}
.message-form .img-code-input .img-code {
	flex: 0 0 auto;
	width: 100px;
	height: 48px;
}
.message-form .img-code-input .img-code img {
	display: block;
	width: 100%;
	height: 100%;
}
.message-form .btn-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.message-form .btn {
	display: inline-block;
	width: 140px;
	height: 48px;
	font-size: 16px;
	color: #fff;
	background-color: #242584;
	border: 1px solid #242584;
	border-radius: 0;
	margin: 15px 15px 0;
	padding: 0;
	box-shadow: none;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.message-form .btn:hover {
	opacity: 0.9;
}

@media (min-width:768px) {
	#dituContent {
		height: 480px;
	}
	.contact-info {
		padding: 50px 50px 20px;
	}
	
	.message-form textarea.form-control {
		height: 230px;
	}
}
@media (min-width:1400px) {
	#dituContent {
		height: 600px;
	}
	.contact-info {
		padding: 80px 80px 50px;
	}
	.contact-info span {
		font-size: 20px;
	}
	.contact-info p {
		font-size: 30px;
	}
}

/* 内页 - 资质 */
.honor-tab-nav {
	margin-top: 0;
}
.honor-tab-nav.more-box a::after {
	display: none;
}
.honor-tab-nav.more-box a.active {
	background-color: #242584;
	border-color: #242584!important;
	color: #fff;
}
.honor-list .inner {}
.honor-list .h2 {
	font-size: 16px;
	text-align: center;
	margin: 20px 0 0;
}
.honor-list .img {
	background-color: #fff;
	padding-top: 85%;
	border: 1px #e5e5e5 solid;
}
.honor-list .img span {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
}
.honor-list .img  img {
	max-width: 200px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.honor-list .inner:hover .img  img {
	-webkit-transform: scale(.95);
	transform: scale(.95);
}

@media (min-width:768px) {
	.honor-list .h2 {
		font-size: 20px;
	}
}

/* 内页 - 关于 */
.about-list .slogan {
	font-size: 20px;
	display: flex;
	align-items: baseline;
}
.about-list .slogan img {
	flex: 0 0 auto;
	display: inline-block;
	width: 40px;
	margin-right: 15px;
}

@media (min-width:768px) {
	.about-list .slogan img {
		width: 50px;
	}
	.about-list .slogan {
		font-size: 24px;
	}
}
@media (min-width:1400px) {
	.about-list .slogan img {
		width: 60px;
	}
	.about-list .slogan {
		font-size: 30px;
	}
}